projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d4854
)
Revert "Adwaita: remove unneeded margin on dropdown menu"
author
Lapo Calamandrei
<calamandrei@gmail.com>
Tue, 9 May 2017 11:34:49 +0000
(13:34 +0200)
committer
Lapo Calamandrei
<calamandrei@gmail.com>
Tue, 9 May 2017 11:34:49 +0000
(13:34 +0200)
This reverts commit
af76e138f947d5cf3e83e4b820f7e64fd0316799
.
The margin was actually related to:
https://bugzilla.gnome.org/show_bug.cgi?id=591258
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index d2d9122272d3db4d594bc0ff4f366fcb06b27158..d971ac7220b39e78281b5a85b5115360d586ae1e 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1898,6
+1898,7
@@
menubar,
menu,
.menu,
.context-menu {
+ margin: 4px;
padding: 2px 0px;
background-color: $menu_color;
border: 1px solid $borders_color; // adds borders in a non composited env